home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / links / 00009_Script_link - Windows Media Player (Top 20) < prev    next >
Encoding:
Text File  |  2000-06-22  |  291 b   |  14 lines

  1. on mouseDown me
  2.   puppetSound 1, "ClickSound"
  3. on mouseUp
  4.   
  5.   if the platform = "Windows,32" then
  6.     
  7.     open the moviepath&"software\Windows MediaPlayer\mpie4ful.exe"
  8.   else  
  9.     
  10.     open the moviepath&"software:Windows MediaPlayer:wmp_mac_63beta2"
  11.     
  12.   end if
  13. end if
  14. end